github.com/jackc/pgx/v5/pgtype.scanPlanTextTimestampToTimestampScanner.Scan (method, view implemented interface methods)

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L54: 		return (&scanPlanTextTimestampToTimestampScanner{}).Scan([]byte(src), ts)
		timestamp.go#L296: func (plan *scanPlanTextTimestampToTimestampScanner) Scan(src []byte, dst any) error {